Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[argtable3] Update to v3.2.1 #18325

Merged
merged 2 commits into from
Jun 11, 2021
Merged

[argtable3] Update to v3.2.1 #18325

merged 2 commits into from
Jun 11, 2021

Conversation

tomghuang
Copy link
Contributor

@tomghuang tomghuang commented Jun 7, 2021

We have modified Argtable3 CMake scripts, which now respect BUILD_SHARED_LIBS and build either the static library or the dynamic library at a time, so the latest Argtable3 can support vcpkg manifest without any issue. In the patch, we not only update the port to the latest stable release, but also remove unnecessary code snippets and deprecated targets/variables.

Describe the pull request

  • What does your PR fix?

    Fixes [argtable3] spurious build failure #12297. However, this patch is not only used to resolve old issues, but also used to point to the latest stable release.

  • Which triplets are supported/not supported? Have you updated the CI baseline?

    All triplets should be supported. No, we didn't modify ci.baseline.txt.

  • Does your PR follow the maintainer guide?

    Yes, we have followed the maintainer guide.

  • If you have added/updated a port: Have you run ./vcpkg x-add-version --all and committed the result?

    Yes, we have run the command to update the version information. You can see baseline.json and argtable3.json in the patch.

Since we have modified CMake scripts in Argtable3, which now supports
the vcpkg manifest mechanism, we also remove unnecessary code snippets
and deprecated targets.
@ghost
Copy link

ghost commented Jun 7, 2021

CLA assistant check
All CLA requirements met.

@PhoebeHui PhoebeHui added the category:port-update The issue is with a library, which is requesting update new revision label Jun 8, 2021
@tomghuang tomghuang marked this pull request as ready for review June 8, 2021 14:51
Copy link
Contributor

@PhoebeHui PhoebeHui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tomghuang, thanks for your PR!

ports/argtable3/portfile.cmake Show resolved Hide resolved
@strega-nil-ms
Copy link
Contributor

Great, this is awesome! Thanks @tomghuang :)

@strega-nil-ms strega-nil-ms merged commit e435717 into microsoft:master Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[argtable3] spurious build failure
3 participants